home *** CD-ROM | disk | FTP | other *** search
- /* ReqFind.xdme */
-
- if ~show("L","rexxreqtools.library") then
- if ~addlib("rexxreqtools.library", 0, -30) then exit
-
- options results
- address 'XDME.1'
- 'rxresult ($findstr )'
- F = strip(result, "T")
-
- F = rtgetstring(F,"Enter Find String","XDMD Find Requester","_Next|_Prev|_Set|_Cancel")
- F = '(' || strip(F,"T") || ')'
- if rtresult = 0 then exit
- 'findstr' F
- if rtresult = 1 then "next"
- else if rtresult = 2 then "prev"
-